A bucket name has to be globally unique. Mỗi bucket sẽ có một cái tên toàn cục (global) độc nhất.
Methods may reference global names in the same way as ordinary functions. Phương thức có thể tham chiếu tới các tên toàn cục theo cùng một cách như các hàm thông thường.
The global namespace for a module is created when the module definition is read in; normally, module namespaces also last until the interpreter quits. Vùng tên toàn cục của một module được tạo ra khi định nghĩa module được đọc; bình thường, vùng tên module cũng tồn tại cho tới khi trình thông dịch thoát ra.
In this case there happens to be a straightforward mapping between the module’s attributes and the global names defined in the module: they share the same namespace! Trong trường hợp này có một ánh xạ trực tiếp từ các thuộc tính của module và các tên toàn cục được định nghĩa trong module: chúng chia sẻ trong cùng một module.
Examples of namespaces are: the set of built-in names (containing functions such as abs(), and built-in exception names); the global names in a module; and the local names in a function invocation. Các ví dụ vùng tên như: tập hợp các tên có sẵn (các hàm như abs(), và các tên biệt lệ có sẵn); các tên toàn cục trong một module; các tên nội bộ trong một phép gọi hàm.
Examples of namespaces are: the set of built-in names (functions such as abs(), and built-in exception names); the global names in a module; and the local names in a function invocation. Các ví dụ vùng tên như: tập hợp các tên có sẵn (các hàm như abs(), và các tên biệt lệ có sẵn); các tên toàn cục trong một module; các tên nội bộ trong một phép gọi hàm.
The global namespace for a module is created when the module definition is read in; normally, module namespaces also last until the interpreter quits. Không gian tên toàn cục do một module tạo ra khi định nghĩa module đó được đọc, thông thường không gian tên của module cũng tồn tại đến khi trình thông dịch kết thúc.
Module objects have a secret read-only attribute called __dict__ which returns the dictionary used to implement the module’s namespace; the name __dict__ is an attribute but not a global name. Các đối tượng mô-đun có một thuộc tính chỉ đọc gọi là __dict__ trả về một từ điển dùng để cài đặt vùng tên của mô-đun; tên __dict__ là một thuộc tính nhưng không phải là một tên toàn cục.
This is a tutorial for the Special:RenameUser tool which only stewards and global renamers have access to (although bureaucrats on individual wikis used to perform this task). Đây là hướng dẫn cho công cụ Special:RenameUser mà chỉ có các tiếp viên và người đổi tên toàn cục có quyền truy cập (mặc dù trước đây các hành chính viên trên từng wiki cục bộ từng có quyền làm việc này).